home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11408 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: peer-news.britain.eu.net!strath-cs!newsadmin
  2. From: Marc Firth <mfirth@cs.strath.ac.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Learning C++
  5. Date: Thu, 14 Mar 1996 14:11:13 +0000
  6. Organization: Comp. Sci. Dept., Strathclyde University, Glasgow, Scotland.
  7. Message-ID: <31482901.41C6@cs.strath.ac.uk>
  8. NNTP-Posting-Host: muir-09.cs.strath.ac.uk
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (X11; I; OSF1 V3.2 alpha)
  13.  
  14. Ryan Richards wrote:
  15. > I am an MIS student and have a few compilers at home for both c and c++.
  16. > I have not taken any computer language classes yet but wanted to get a
  17. > jump start on c or c++ on my own. Should I learn C or C++ first? or do I
  18. > even need to learn C anymore? and would I learn the wrong way to programm
  19. > if I taught myself/learned from a book?
  20.  
  21. There is a school of thought that you must learn C first *before* you can even start
  22. a C++ class, I think *most* people now feel this uneccessary.
  23.  
  24. In my course here at University we started straight from C++ and the vast majority of
  25. people had little trouble.   As C++ essentially encapsulates everything in C anyway (and
  26. replaces the, IMHO, nitty gritty aspects of C with new and improved ones, I think C++
  27. would be a better start.
  28.  
  29. In any case tranferring from C++ to C is trivial, the reverse, however, is not so simple.
  30.  
  31. There are plenty of excellent C++ tutorials on the web mybe you could give them a go -
  32. try a keyword search using one of the search engines.
  33.  
  34. I hope that helps :-)
  35.  
  36.  
  37. Marc Firth
  38.